Welcome![Sign In][Sign Up]
Location:
Search - Java Test

Search list

[Develop ToolsTestSecurity.java

Description: 一个测试java安全性代码 -a test safety code
Platform: | Size: 1959 | Author: 小宝 | Hits:

[Other resourceExamForce.Sun.310-035.CramMaster.v1.4

Description: 这是参加JAVA考试的一个模拟系统,给您提供考试的真实环境,希望您多多支持,祝您通过-This is the participation of a Java test simulation system to provide you with the real test environment, I hope you will support me, I wish you through
Platform: | Size: 12362445 | Author: 序列 | Hits:

[WinSock-NDISjava-testnet

Description: java实现代PC机和以太网转串口设备通讯例子,可以用来测试以太网转串口设备的数据收发情况。 在applet目录下为在java applet中如何和模块通讯的例子,在使用时得首先把index.htm和test.jar下载到模块中,然后在ie中输入http://模块IP地址/index.htm来访问。(目前只有ZNET-200T支持此下载功能) -PC and Ethernet to serial communications equipment example, can be used to test Ethernet switch serial data transceiver situation. The applet directory for the java applet and how communications module example, when used in the first place index.htm and test.jar downloaded to the module, then the input ie http:// module IP address / index.htm to visit. (Currently only ZNET - 200T supports download)
Platform: | Size: 10726 | Author: 东子 | Hits:

[JSP/Javavoc

Description: java test program
Platform: | Size: 324180 | Author: 李强 | Hits:

[JSP/Javajavatest

Description: java中的stringbuffer测试-java test the stringbuffer
Platform: | Size: 3297 | Author: hwy | Hits:

[Develop ToolsJUnit

Description: 良葛格學習筆記,是学习Java测试的入门-- Gege study notes, is learning Java test portal
Platform: | Size: 395961 | Author: sliu123 | Hits:

[Othertest

Description: 实用的java习题,初学者可用
Platform: | Size: 56404929 | Author: kelphn | Hits:

[JSP/Javatest

Description: 360全景展示java开发的,支持全方位的移动,共大家参考。
Platform: | Size: 461476 | Author: mcmcmc | Hits:

[JSP/Javatest

Description: 一个很不错的考试管理系统 java + jsp + MSQL
Platform: | Size: 670744 | Author: josh | Hits:

[JSP/JavaAgile-JAVA-code

Description: 书籍Agile java crafting code with test-driven development 作者jeff langr 的源代码
Platform: | Size: 910959 | Author: meilihuang | Hits:

[WEB Codeselenium-java-3.2.0

Description: web测试自动化工具selenium java版本(Web test automation tool selenium java version)
Platform: | Size: 16502784 | Author: cgeorgel | Hits:

[BooksJava程序员面试笔试宝典-何昊

Description: java程序员面试笔试宝典,作者何昊。准备找工作的同学们可以看看(Java programmer interview writing test, author He Hao. The students who are ready to find a job can look at it)
Platform: | Size: 63519744 | Author: liuchi1993 | Hits:

[JSP/JavaJava

Description: Oracle 认证考试,含有Java8新特性,主要是Java基础试题,可以进行参考(Oracle certification examination, containing the new features of Java8, mainly Java Basic test questions, can be used for reference)
Platform: | Size: 21842944 | Author: Sicilia | Hits:

[JSP/Javajava-exam-master

Description: 基于java的在线考试系统,发为管理员、教师、学生三种用户。可实现试卷生成,阅卷等需求(The online examination system based on Java is made up of three users, administrators, teachers and students. The needs of test paper generation, marking and so on can be realized)
Platform: | Size: 4408320 | Author: Lewis趙 | Hits:

[JSP/Javajava

Description: 该程序包括3个类:Monkey类、People类和测试类Test。要求: (1) Monkey类中有个构造方法:Monkey (String s),并且有个public void speak()方法,在speak方法中输出“Ar Ar Ar......”的信息。 (2)People类是Monkey类的子类,在People类中重写方法speak(),在speak方法中输出“Hello,world!”的信息。 (3)在People类中新增方法void think(),在think方法中输出“I think, therefore I?am!”的信息。 (4)在测试类Test的main方法中创建Monkey与People类的对象类测试这2个类的功能。(this program includes three class)
Platform: | Size: 10240 | Author: civer | Hits:

[Documents阿里巴巴Java开发手册(纪念版).pdf

Description: 阿里巴巴Java开发手册(纪念版)》于2017年11月30日正式对外发布,历经358的旅程,我们的PDF版本陪伴大家走过来,有挖苦讽刺,有闲言碎语,但是更多的是支持鼓励,添砖加瓦,阿里巴巴也认真听取了反馈建议,修正达9次之多,一步步趋近于亚完美,后续,我们会改为GITHUB在线维护。这是史上内容最全、修正最为彻底的一个版本,并且增加了单元测试规约内容,这也是阿里官方对外发布的最后一个PDF版本,值得纪念,更值得收藏。(Alibaba Java Development Handbook (Commemorative Edition) was officially released in November 30, 2017, after 358 of the journey, our PDF version accompanied people to come, sarcasm and gossip, but more support and encouragement, the Alibaba also listened to the feedback suggestions, the revision reached more than 9 times Step by step towards sub perfection, then we will change to GITHUB online maintenance. This is the most complete, most thorough version of the history, and added the content of the unit test protocol, which is the last PDF version of Ali's official release. It is worth remembering and more worthy of collection.)
Platform: | Size: 1002496 | Author: liangzai_cool | Hits:

[JSP/JavaJava-mid-term-test

Description: (1)某邮局对邮寄包裹有如下规定:若包裹的长宽高任一尺寸超过1米或重量超过30千克,不予邮寄;对可以邮寄的包裹每件收取手续费0.5元,再加上根据下表按重量weight计算的邮资,请编写程序计算某包裹的邮寄资费。 重量(千克) 收费标准(元) weight<=10 1.00 10<weigh<=20 0.90 20<weigh<=30 0.80 (2)设计一个Rectangle(矩形)类,数据成员包括length(长)、width(宽)。要求成员方法实现以下功能: ①由键盘输入长和宽 ②计算面积 ③计算周长 ④输出面积和周长 (3)一辆卡车违反交通规则,撞人后逃跑。现场有3人目击事件,但都没记住车号,只记下车号的一些特征。甲说:牌照的前两位数字式相同的;乙说:牌照的后两位数字是相同的,但与前两位不同;丙是数学家,他说:4位的车牌号刚好是一个整数的平方。请根据以上线索求出车号。(Java mid-term test)
Platform: | Size: 11264 | Author: howah | Hits:

[VOIP programjava-sip-src

Description: SIP软电话,官方例子,经过测试,可用,可为IP电话开发作为为能考。(SIP soft phone, an official example, has been tested and available. It can be used as a test for IP phone development.)
Platform: | Size: 1605632 | Author: netseas | Hits:

[JSP/Javatest

Description: part1 (1)可以在“请输入文件路径和名称:”后面的文本框中输入文件名和路径。 (2)可以在文本区中写文本。 (3)可以在“请输入需要追加的内容:”后面的文本域中输入内容,按回车键之后,其中的内容会添加到文本区中(添加的内容另起一行)。 (4)单击“将文本区的内容写入文件”按钮,文本区中的内容就会被写到指定的文件中。 part2 (1)窗体的标题是“猜数字小游戏”。 (2)单击“得到一个随机数”按钮,系统会产生一个1~10之间的随机整数(使用Math类的方法random( ))。 (3)在“输入您的猜测:”后面的文本框中输入你要猜测的整数,之后单击“确定”按钮。 (4)对你猜测的整数,图形用户界面的最下面会有提示信息,没有猜的时候,显示“无反馈信息”,如果猜大了,显示“猜大了”,如果猜小了,显示“猜小了”,如果猜对了,显示“猜对了”。(其中,蓝色字体是JLabel类的对象调用方法setForeground(Color.blue)实现的。)(Java Simple Graphic Interface)
Platform: | Size: 11264 | Author: 蹦跶儿猪 | Hits:

[JSP/JavaJAVA笔试题汇总

Description: JAVA面试笔试题汇总,刷题专用手册,找工作必备(Java interview written test summary, special manual for brushing questions, necessary for job search)
Platform: | Size: 620544 | Author: 一瓢儿 | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

CodeBus www.codebus.net